ASP.NET Core MVC コントロールヘルプ
ShowGroupPanel<T>(MultiRowBuilder<T>,String) メソッド

C1.AspNetCore.Mvc.MultiRow アセンブリ > C1.Web.Mvc.MultiRow.Fluent 名前空間 > MultiRowGroupPanelExtension クラス > ShowGroupPanel メソッド : ShowGroupPanel<T>(MultiRowBuilder<T>,String) メソッド
The data record type.
The specified FlexGrid builder.
The specified selector for the FlexGridGroupPanel's host element.
Apply the default FlexGridGroupPanel extender in FlexGrid.
シンタックス
'宣言
 
Public Overloads Shared Function ShowGroupPanel(Of T)( _
   ByVal gridBuilder As MultiRowBuilder(Of T), _
   Optional ByVal selector As System.String _
) As MultiRowBuilder(Of T)
public static MultiRowBuilder<T> ShowGroupPanel<T>( 
   MultiRowBuilder<T> gridBuilder,
   System.string selector
)

パラメータ

gridBuilder
The specified FlexGrid builder.
selector
The specified selector for the FlexGridGroupPanel's host element.

型パラメータ

T
The data record type.

戻り値の型

The MultiRow builder.
参照

MultiRowGroupPanelExtension クラス
MultiRowGroupPanelExtension メンバ
オーバーロード一覧